tỷ lệ độ rỗng: Từ điển kỹ thuậtLĩnh vực: xây dựngvoid ratio
Câu ví dụ
Enough with the empty instructions. Cận thận với câu lệnh rỗng
instructions (no operation). Lệnh rỗng (No operation)
Anyway, I have to warn you that an empty block is a bad implementation for a constructor, since it does not fulfill the minimum functionality that is generally expected from a constructor, which is the initialization of all the member variables in its class. Dù thế nào chăng nữa, tôi cần phải cảnh báo rằng một khối lệnh rỗng không nên để tạo một constructor vì nó không thoả mãn chức năng tối thiểu mà một constructor nên có, đó là việc khởi tạo tất cả các biến trong lớp.
Anyway, I have to warn you that a no-op block is not suggested for a constructor, since it does not fulfill the minimum functionality that a constructor should have, which is the initialization of all the variables in the class. Dù thế nào chăng nữa, tôi cần phải cảnh báo rằng một khối lệnh rỗng không nên để tạo một constructor vì nó không thoả mãn chức năng tối thiểu mà một constructor nên có, đó là việc khởi tạo tất cả các biến trong lớp.